C1.Silverlight Namespace / IOrderedSet<T> Interface
The type of the elements in the collection.
Members

IOrderedSet<T> Interface
Defines methods to manipulate ordered sets.
Object Model
IOrderedSet<T> Interface
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Interface IOrderedSet(Of T) 
 
Type Parameters
T
The type of the elements in the collection.
See Also